home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Precision Software Appli…tions Silver Collection 1
/
Precision Software Applications Silver Collection Volume One (PSM) (1993).iso
/
tutor
/
asm1tut.exe
/
FILELIST.DOC
< prev
next >
Wrap
Text File
|
1990-08-13
|
9KB
|
239 lines
1
FILELIST
This is the list of all the files, grouped by the compressed file
which they are in.
========== DISK1-A.COM
APP1.DOC Appendix I is a list of all ASMHELP subroutines.
ASMHELP.OBJ A module with i/o routines for use with assembler
programs.
ASMLINK.BAT A batch file for linking modules to ASMHELP.OBJ
HELPMEM.COM A memory resident file which can show the state of
the registers using INT1 and INT3.
PUSHREGS.MAC A file with two macros for multiple PUSHes and
POPs.
SETREGS.EXE A demonstration program for showing how to set the
registers with 'set_reg_style'.
TEMPLATE.ASM A template file for making normal .OBJ files which
link to ASMHELP.OBJ. It contains EXTRN statements
for ALL of the subroutines in ASMHELP.OBJ.
BBSINFO.DOC An informational file for use if this compressed
file is electronically transmitted.
========== DISK1-B.EXE
A86.DOC Information for those who are using the A86
assembler.
ADD1.ASM An addition program for use in Chapter 5.
APP2.DOC Appendix II contains a list of all 8086
instructions along with a description of what they
do.
APP3.DOC Appendix III is a list of both the speed of all
8086 instructions and how each instruction affects
the flags.
CH1STR.OBJ A file containing text for use in Chapter 19.
COMPARE.ASM An assembler file for text comparison used in
Chapter 19.
COMTEMP.ASM A template file for making .COM files.
DEBUGGER.DOC Discusses what debuggers do and shows the same
example from CODEVIEW, TURBO DEBUGGER and D86.
DISK1MAK.BAT A batch file which creates subdirectories for
disk1 and transfers all of the unpacked files from
DISK1-A.COM and DISK1-B.EXE to the disk.
FILELIST.DOC The list of all files, what they are, and where
they belong.
INTO.COM A memory resident program which indicates when
INTO has been invoked.
INTRO1.DOC Introduction to The PC Assembler Helper and The PC
Assembler Tutor.
INTRO2.DOC A general explaination of assemblers, the assemble
times of different assemblers, the Table Of
Contents and the Index.
MISHMASH.DOC This contains four subroutines. It is for people
______________________
The PC Assembler Tutor - Copyright (C) 1990 Chuck Nelson
The PC Assembler Tutor 2
______________________
who have finished the Tutor. The subroutines are:
a general block move, a block multiplication, a
binary multiplication and a binary division.
PSEUDDBG.COM A memory resident program which shows when either
of the two debugger interrupts (INT1 or INT3) has
been invoked.
README1.DOC An identification file.
SRCHTBL.OBJ An XLAT translation table for use in a word search
program. This is from Chapter 23.
SUBTEMP1.ASM A template file for use with subroutines. It
contains the program entry point.
SUBTEMP2.ASM A template file for use with subroutines. It
doesn't contain the program entry point.
TASM.DOC Information for those who are using the Turbo
Assembler.
TEMP1.ASM A beginning template file. It contains EXTRN
statements for a few of the subroutines in
ASMHELP.OBJ.
TEMP2.ASM A beginning template file. It contains EXTRN
statements for a more of the subroutines in
ASMHELP.OBJ.
TRANSTBL.OBJ A translation table for showing the
characteristics of all ASCII characters 0-255.
This is used in Chapter 23.
TWOTALE.OBJ An object file containing text for use in a word
search program. This is used in Chapter 23.
TWOTALE.DOC A text file showing the contents of the previous
file.
The contents of these two compressed files become DISK1. Their
file structure is as follows:
\
INTRO1.DOC
INTRO2.DOC
README1.DOC
\APPENDIX
APP1.DOC
APP2.DOC
APP3.DOC
\ASMHELP
ASMHELP.OBJ
ASMLINK.BAT
SETREGS.EXE
\COMMENTS
A86.DOC
BBSINFO.DOC
DEBUGGER.DOC
FILELIST.DOC
MISHMASH.DOC
TASM.DOC
\TEMPLATE
The Filelist 3
____________
COMTEMP.ASM
PUSHREGS.MAC
SUBTEMP1.ASM
SUBTEMP2.ASM
TEMP1.ASM
TEMP2.ASM
TEMPLATE.ASM
\XTRAFILE
ADD1.ASM
CH1STR.OBJ
COMPARE.ASM
HELPMEM.COM
INTO.COM
PSEUDDBG.COM
SRCHTBL.OBJ
TRANSTBL.OBJ
TWOTALE.OBJ
TWOTALE.DOC
The following files (except the BASIC files) are the chapters of
the Tutor. There are no subdirectories on disks 2-4 so they can
be unpacked directly to floppy disk. The contents of the chapters
is listed in the Table of Contents in INTRO2.DOC.
========== DISK2.EXE
BAS1.DOC For BASIC programmers. It should be read before
starting to learn assembler.
BAS2-1.DOC
BAS2-2.DOC For BASIC programmers. These two files should be
read after finishing the Tutor. They discuss
BASIC's memory management, disk i/o and
interfacing with .OBJ files.
CHAP0-1.DOC
CHAP0-2.DOC
CHAP1.DOC
CHAP2.DOC
CHAP3.DOC
CHAP4.DOC
CHAP5.DOC
CHAP6.DOC
CHAP7.DOC
CHAP8.DOC
README2.DOC
========== DISK3.EXE
CHAP09.DOC
CHAP10-1.DOC
CHAP10-2.DOC
CHAP11-1.DOC
CHAP11-2.DOC
CHAP12.DOC
CHAP13.DOC
CHAP14.DOC
CHAP15-1.DOC
CHAP15-2.DOC
The PC Assembler Tutor 4
______________________
CHAP15-3.DOC
CHAP16.DOC
CHAP17.DOC
CHAP18.DOC
README3.DOC
========== DISK4.EXE
CHAP19-1.DOC
CHAP19-2.DOC
CHAP20.DOC
CHAP21.DOC
CHAP22-1.DOC
CHAP22-2.DOC
CHAP23.DOC
CHAP24.DOC
CHAP25.DOC
CHAP26.DOC
README4.DOC
========== UPDATE INFORMATION FOR TUTOR AND HELPER
November 1989 - Original release
Aug 1990 - version 1.01
Correction of errata and minor revisions. The following are new
items.
HELPER
set_timer and kill_timer
TUTOR
Table of Contents and Index
A86.DOC
APP3.DOC
BAS1.DOC, BAS2-1.DOC, BAS2-2.DOC
CHAP25.DOC, CHAP26.DOC
DEBUGGER.DOC
INTRO2.DOC
MISHMASH.DOC
TASM.DOC